Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

J2EE Interview Questions and Answers

Question: Are JavaBeans J2EE components?
Answer: No. JavaBeans components are not considered J2EE components by the J2EE specification. They are written to manage the data flow between an application client or applet and components running on the J2EE server or between server components and a database. JavaBeans components written for the J2EE platform have instance variables and get and set methods for accessing the data in the instance variables. JavaBeans components used in this way are typically simple in design and implementation, but should conform to the naming and design conventions outlined in the JavaBeans component architecture.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook